More return documentation
[lhc/web/wiklou.git] / includes / HttpFunctions.php
index 8a8249a..4f720e9 100644 (file)
@@ -376,6 +376,7 @@ class MWHttpRequest {
         *
         * @param $fh handle
         * @param $content String
+        * @return int
         */
        public function read( $fh, $content ) {
                $this->content .= $content;